DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / View<T> Class / Where Method

In This Topic
    Where Method (View<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Where( _
       ByVal predicate As Expression(Of Func(Of T,Boolean)) _
    ) As View(Of T)

    Parameters

    predicate
    See Also